home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / FLTK-1.0.6 / test / keyboard_ui.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-09-27  |  472 b   |  18 lines

  1. // generated by Fast Light User Interface Designer (fluid) version 1.00
  2.  
  3. #ifndef keyboard_ui_h
  4. #define keyboard_ui_h
  5. #include <FL/Fl.H>
  6. #include <FL/Fl_Box.H>
  7. #include <FL/Fl_Button.H>
  8. #include <FL/Fl_Output.H>
  9. #include <FL/Fl_Window.H>
  10. extern void key_cb(Fl_Button*, void*);
  11. extern void shift_cb(Fl_Button*, void*);
  12. extern Fl_Output *key_output;
  13. extern Fl_Output *text_output;
  14. Fl_Window* make_window();
  15. extern Fl_Output *key_output;
  16. extern Fl_Output *text_output;
  17. #endif
  18.